projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af6e3a
)
(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 20 Mar 2002 17:48:13 +0000
(17:48 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 20 Mar 2002 17:48:13 +0000
(17:48 +0000)
msdos/mainmake.v2
patch
|
blob
|
history
diff --git
a/msdos/mainmake.v2
b/msdos/mainmake.v2
index 21e277ae7ee6536aef5562063ec6216dc4c289e3..65390accbdfae6d1f72d729f1446023054f637a8 100644
(file)
--- a/
msdos/mainmake.v2
+++ b/
msdos/mainmake.v2
@@
-163,7
+163,7
@@
bootstrap-lisp-1:
cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean; cd ..
bootstrap-lisp:
- cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=
../src/b-emacs.exe
; cd ..
+ cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=
${top_srcdir}/src/b-emacs.exe lisp=${top_srcdir}/lisp
; cd ..
bootstrap-src:
cd src; $(MAKE) $(MFLAGS) bootstrap; cd ..